Compiling and starting a c project
----------------------------------

If you get the error: Launch failed. Binary not found.

-rightclick on the project
-click "build project"
-click "run as" -> run configurations
-under "C/C++ Application" click on "Browse" or insert the path to the exe created by the build process (mainly found in the "debug" dir)

Source: https://stackoverflow.com/questions/4971926/launch-failed-binary-not-found-cdt-on-eclipse-helios
